* lisp/dired-aux.el (dired-do-async-shell-command): Doc fix.
authorJuri Linkov <juri@jurta.org>
Tue, 17 Jul 2012 18:40:15 +0000 (21:40 +0300)
committerJuri Linkov <juri@jurta.org>
Tue, 17 Jul 2012 18:40:15 +0000 (21:40 +0300)
commit1cbb95a60efd793fa61904c6b838d6cd9822897b
tree2302e6493eb1772ee22aa68c2a76139581df3bd5
parent7bcdca7d8d73fc8d54b063d70ff865dda4eabfe6
* lisp/dired-aux.el (dired-do-async-shell-command): Doc fix.
(dired-do-async-shell-command): Don't add `*' at the end of the
command (Bug#11815).
(dired-do-shell-command): Doc fix.
(dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
Join the individual commands using either "&" or ";" as the
separator depending on the values of these trailing characters.
At the end re-add the trailing "&".  (Bug#10598)

* lisp/simple.el (async-shell-command): Sync the interactive spec with
`shell-command'.  Doc fix.
(shell-command): Doc fix.
etc/NEWS
lisp/ChangeLog
lisp/dired-aux.el
lisp/simple.el